ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewRequest<T> Class / Top Property






In This Topic
    Top Property (CollectionViewRequest<T>)
    In This Topic
    Gets or sets the items' count required.
    Syntax
    'Declaration
     
    
    Public Property Top As System.Nullable(Of Integer)
    'Usage
     
    
    Dim instance As CollectionViewRequest(Of T)
    Dim value As System.Nullable(Of Integer)
     
    instance.Top = value
     
    value = instance.Top
    public System.Nullable<int> Top {get; set;}
    public read-write property Top: System.Nullable; 
    public function get,set Top : System.Nullable
    public: __property System.Nullable<int> get_Top();
    public: __property void set_Top( 
       System.Nullable<int> value
    );
    public:
    property System.Nullable<int> Top {
       System.Nullable<int> get();
       void set (    System.Nullable<int> value);
    }
    See Also